libxl: Lists qdisk device in libxl_device_disk_list
authorAnthony PERARD <anthony.perard@citrix.com>
Thu, 6 Jan 2011 18:04:48 +0000 (18:04 +0000)
committerAnthony PERARD <anthony.perard@citrix.com>
Thu, 6 Jan 2011 18:04:48 +0000 (18:04 +0000)
commit5f96182f5ce51a68f7fda4e8688acf2c8f47c7f4
tree919709994b63ca09409ad32cd941cce2d9fa9cdb
parent8e173f3bc39b07b95678af896115db5520eb94e8
libxl: Lists qdisk device in libxl_device_disk_list

As libxl switch to qdisk when blktap isn't available, this patch makes
libxl_device_disk_list also list qdisk device. So
libxl_build_device_model_args_new will be able to add qdisk device to
the command line options of Qemu.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl.c